[Global Namespace]
Namespaces
Classes
Functions
Translate the given message.
Throw an HttpException with the given data.
Throw an HttpException with the given data if the given condition is true.
Throw an HttpException with the given data unless the given condition is true.
Generate the URL to a controller action.
Get the available container instance.
Get the configured application identifier for config defaults.
Get the path to the application folder.
Assign high numeric IDs to a config item to force appending.
Generate an asset path for the application.
Get the auth manager or a specific guard instance.
Create a new redirect response to the previous location.
Get the path to the base of the install.
Hash the given value against the bcrypt algorithm.
Determine if the given value is "blank".
Begin broadcasting an event if the given condition is true.
Begin broadcasting an event unless the given condition is true.
Get / set the specified cache value.
Get the class "basename" of the given object / class.
Returns all traits used by a class, its parent classes and trait of their traits.
Create a collection from the given value.
Get / set the specified configuration value.
Get the configuration path.
Determine if the given method conflicts with a Facade method.
Get / set the specified context value.
Create a new cookie instance.
Get the CSRF token value.
Fill in data where it's missing.
Remove / unset an item from an array or object using "dot" notation.
Get an item from an array or object using "dot" notation.
Determine if a key / property exists on an array or object using "dot" notation.
Set an item on an array or object using dot notation.
Get the path to the database folder.
Log the given message when running with --verbose.
Decrypt the given value.
Defer execution of the given callback.
Dispatch a job to its appropriate handler.
Dispatch a command to its appropriate handler in the current process.
Encode HTML special characters in a string.
Encrypt the given value.
Gets the value of an environment variable.
Get a comma-separated environment variable as an array.
Get a required environment variable.
Dispatch an event and call the listeners.
Get a faker instance.
Determine if a value is "filled".
Create a Fluent object from the given value.
Determine if the method is for a builtin contract.
Get the model class for a guard.
Get the current permissions team id.
Handle unknown identifier types.
Get the first element of an array. Useful for method chaining.
Inertia location helper.
Infer a PHPDoc-friendly type string from a concrete PHP value.
No description
Determine if the type is a built-in.
Determine if the type is known optional dependency.
Get the path to the language folder.
Get the last element from an array.
Create a lazy instance.
Return a new literal or anonymous object using named arguments.
Log a debug message to the logs.
Merge the docblock-resolved type string with the native reflection type, preserving the docblock's precision while honouring native nullability.
Generate a form field to spoof the HTTP verb used by forms.
Normalise the method details into a easier format to work with.
Create a new configured Carbon instance for the current time.
Get an item from an object using "dot" notation.
Retrieve an old input item.
Ensures a callable is only called once, and returns the result on subsequent calls.
Provide access to optional objects.
No description
Parse the given docblock.
Get a policy instance for a given class.
Handle a Precognition controller hook.
Replace a given pattern with each value in the array in sequentially.
Create a lazy proxy instance.
Get the path to the public folder.
Get an instance of the redirector or create a redirect response.
Report an exception if the given condition is true.
Report an exception unless the given condition is true.
Get an instance of the current request or an input item from the request.
Catch a potential exception and return a default value.
Resolve a service from the container.
Resolve the target class for a ConstFetchNode's className reference.
Resolve the inferred PHP type of a class-constant fetch such as Foo::BAR or a wildcard like Foo::PREFIX_*.
Resolve the default value for the parameter.
Resolve the classes referenced methods in the @methods docblocks.
Recursively resolve docblock mixins.
Resolve the parameters type from the @param docblocks.
Resolve the classes referenced methods in the @methods docblocks.
Resolve the docblock tags.
Resolve the types from the docblock.
Resolve method names that should be excluded from a facade docblock.
Resolve the class whose file should be scanned for use imports when resolving
types inside a method's docblock. When a method was inherited from a trait,
the trait's own file (not the declaring class's file) holds the relevant
use statements.
Resolve key-of<...> / value-of<...> when the inner type is a ConstFetchNode.
Resolve the return type from the @return docblock.
Resolve the declared type.
Get the path to the resources folder.
Return a new response from the application.
Retry an operation a given number of times.
Generate the URL to a named route.
Generate an asset path for the application.
Generate a HTTPS URL for the application.
Get / set the specified session value.
Shorten global method types already imported by the facade.
Split a type string on top-level "|" separators, preserving nested "|" that appear inside angle brackets (generics) or parentheses. Used to safely merge and dedupe union members produced from conditional type branches without shredding constructs like "array<int, int|string>" or "Collection<Foo|Bar>".
Get the path to the storage folder.
Get a new stringable object from the given string.
Call the given Closure with the given value then return the value.
Throw the given exception if the given condition is true.
Throw the given exception unless the given condition is true.
Create a new redirect response to a controller action.
Create a new redirect response to a named route.
Create a new configured Carbon instance for the current date.
Returns all traits used by a trait and its traits.
Translate the given message.
Translates the given message based on a count.
Transform the given value if it is present.
Generate a URI for the application.
Generate a URL for the application.
Create a new Validator instance.
Return the default value of the given value.
Get the evaluated view contents for the given view.
Return a value if the given condition is true.
Determine whether the current environment is Windows based.
Return the given value, optionally passed through the given callback.